Fix #423 "cloud service" link broken

Daniel O'Connor 10 years ago
parent
commit
69b4c161c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/mqtt_agent.rb

+ 1 - 1
app/models/agents/mqtt_agent.rb

@@ -17,7 +17,7 @@ module Agents
17 17
 
18 18
       Simply choose a topic (think email subject line) to publish/listen to, and configure your service.
19 19
 
20
-      It's easy to setup your own [broker](http://jpmens.net/2013/09/01/installing-mosquitto-on-a-raspberry-pi/) or connect to a [cloud service](www.cloudmqtt.com)
20
+      It's easy to setup your own [broker](http://jpmens.net/2013/09/01/installing-mosquitto-on-a-raspberry-pi/) or connect to a [cloud service](http://www.cloudmqtt.com)
21 21
 
22 22
       Hints:
23 23
       Many services run mqtts (mqtt over SSL) often with a custom certificate.